(Fstring_to_multibyte): Fix typo in the docstring.
authorKenichi Handa <handa@m17n.org>
Mon, 10 Feb 2003 11:00:01 +0000 (11:00 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 10 Feb 2003 11:00:01 +0000 (11:00 +0000)
src/fns.c

index 0e65055a40550e874faf72288cf08d63d8e447d3..871c6dcb6188a6f4483cb0a3bd9ba6a7c96edc39 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -1175,7 +1175,7 @@ multibyte character of charset `eight-bit-control' or `eight-bit-graphic'.  */)
 DEFUN ("string-to-multibyte", Fstring_to_multibyte, Sstring_to_multibyte,
        1, 1, 0,
        doc: /* Return a multibyte string with the same individual chars as STRING.
-If STRING is multibyte, the resutl is STRING itself.
+If STRING is multibyte, the result is STRING itself.
 Otherwise it is a newly created string, with no text properties.
 Characters 0200 through 0237 are converted to eight-bit-control
 characters of the same character code.  Characters 0240 through 0377